Skip to content

fix(deps): Update Google Golang modules#543

Merged
kodiakhq[bot] merged 1 commit into
mainfrom
renovate/google-golang-modules
Sep 6, 2025
Merged

fix(deps): Update Google Golang modules#543
kodiakhq[bot] merged 1 commit into
mainfrom
renovate/google-golang-modules

Conversation

@cq-bot

@cq-bot cq-bot commented Sep 6, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.74.2 -> v1.75.0
google.golang.org/protobuf require patch v1.36.7 -> v1.36.8

Release Notes

grpc/grpc-go (google.golang.org/grpc)

v1.75.0: Release 1.75.0

Compare Source

Behavior Changes

  • xds: Remove support for GRPC_EXPERIMENTAL_XDS_FALLBACK environment variable. Fallback support can no longer be disabled. (#​8482)
  • stats: Introduce DelayedPickComplete event, a type alias of PickerUpdated. (#​8465)
    • This (combined) event will now be emitted only once per call, when a transport is successfully selected for the attempt.
    • OpenTelemetry metrics will no longer have multiple "Delayed LB pick complete" events in Go, matching other gRPC languages.
    • A future release will delete the PickerUpdated symbol.
  • credentials: Properly apply grpc.WithAuthority as the highest-priority option for setting authority, above the setting in the credentials themselves. (#​8488)
    • Now that this WithAuthority is available, the credentials should not be used to override the authority.
  • round_robin: Randomize the order in which addresses are connected to in order to spread out initial RPC load between clients. (#​8438)
  • server: Return status code INTERNAL when a client sends more than one request in unary and server streaming RPC. (#​8385)
    • This is a behavior change but also a bug fix to bring gRPC-Go in line with the gRPC spec.

New Features

  • dns: Add an environment variable (GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it to false). By default, TXT lookups are enabled, as they were previously. (#​8377)

Bug Fixes

  • xds: Fix regression preventing empty node IDs in xDS bootstrap configuration. (#​8476)
  • xds: Fix possible panic when certain invalid resources are encountered. (#​8412)
  • xdsclient: Fix a rare panic caused by processing a response from a closed server. (#​8389)
  • stats: Fix metric unit formatting by enclosing non-standard units like call and endpoint in curly braces to comply with UCUM and gRPC OpenTelemetry guidelines. (#​8481)
  • xds: Fix possible panic when clusters are removed from the xds configuration. (#​8428)
  • xdsclient: Fix a race causing "resource doesn not exist" when rapidly subscribing and unsubscribing to the same resource. (#​8369)
  • client: When determining the authority, properly percent-encode (if needed, which is unlikely) when the target string omits the hostname and only specifies a port (grpc.NewClient(":<port-number-or-name>")). (#​8488)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.8

Compare Source

Maintenance:

CL/696316: all: set Go language version to Go 1.23
CL/696315: types: regenerate using latest protobuf v32 release


Configuration

📅 Schedule: Branch creation - "before 3am on Saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Sep 6, 2025
@cq-bot

cq-bot commented Sep 6, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.36.0 -> v1.37.0
go.opentelemetry.io/otel/metric v1.36.0 -> v1.37.0
go.opentelemetry.io/otel/trace v1.36.0 -> v1.37.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a -> v0.0.0-20250707201910-8d1bb00bc6a7

@github-actions github-actions Bot added the fix label Sep 6, 2025
@kodiakhq kodiakhq Bot merged commit aaed073 into main Sep 6, 2025
12 checks passed
@kodiakhq kodiakhq Bot deleted the renovate/google-golang-modules branch September 6, 2025 01:23
kodiakhq Bot pushed a commit that referenced this pull request Sep 8, 2025
🤖 I have created a release *beep* *boop*
---


## [1.26.19](v1.26.18...v1.26.19) (2025-09-08)


### Bug Fixes

* **deps:** Update golang.org/x/exp digest to 645b1fa ([#529](#529)) ([1870e75](1870e75))
* **deps:** Update golang.org/x/exp digest to 8b4c13b ([#540](#540)) ([0926228](0926228))
* **deps:** Update Google Golang modules ([#543](#543)) ([aaed073](aaed073))
* **deps:** Update module github.com/apache/arrow-go/v18 to v18.4.1 ([#544](#544)) ([ef6b743](ef6b743))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.1 ([#531](#531)) ([b9b44c5](b9b44c5))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.2 ([#542](#542)) ([860d536](860d536))
* **deps:** Update module github.com/docker/go-connections to v0.6.0 ([#541](#541)) ([28b6d54](28b6d54))
* **deps:** Update module github.com/stretchr/testify to v1.11.0 ([#537](#537)) ([187b057](187b057))
* **deps:** Update module google.golang.org/grpc to v1.74.2 ([#533](#533)) ([f93d1ad](f93d1ad))
* **deps:** Update module google.golang.org/protobuf to v1.36.7 ([#534](#534)) ([e082ea0](e082ea0))
* Generate Go Code from `plugin-pb` ([#532](#532)) ([c5ae723](c5ae723))
* Generate Go Code from `plugin-pb` ([#535](#535)) ([2124920](2124920))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant